home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-22 | 1.3 KB | 38 lines | [TEXT/MPS ] |
- 07/21/93 (ERS)
-
- __________
-
- File TearOff.MDEF.c:
-
- Read the documentation at the beginning of the source file. It describes how the MDEF
- is used now. Many changes were made to make it more flexible and complete.
-
- The two big changes were balloon help support and multiple column support.
-
- __________
-
- File TRRectObj.c:
-
- The message GETBBOXMESSAGE actually does work differently than TRectObj.c.
- (It used to just call TRectObj to do the work, as with many other messages.)
-
- The difference is that the BBOX needs to also encompass the 5th grabber, which is
- the roundness grabber. The roundness grabber can actually be outside the round-rect.
- To get the roundness grabber outside, create a reasonably big round-rect, round it as
- much as possible, and then shrink the round-rect.
-
- DTS.Draw tries to keep the roundness setting as the round-rect is edited. The roundness
- setting shouldn't always be clipped to fit the new round-rect size, as you may want to
- grow it out again.
-
- Well, that's what the problem was. Not a biggie, except that since the roundness grabber
- easn't enclosed by the BBOX, it didn't always get erased. This lead to goobers being
- left behind while the round-rect was being resized.
-
- The fix:
-
- TRRectObj.c now has its own code for handling the GETBBOXMESSAGE.
-
- __________
-
-